home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / xdg / ubuntuone / syncdaemon.conf < prev   
INI File  |  2009-10-19  |  3KB  |  99 lines

  1. [__main__]
  2. host.default = fs-1.one.ubuntu.com
  3. host.help = The server address
  4.  
  5. dns_srv.default = _https._tcp.fs.ubuntuone.com
  6. dns_srv.help = The DNS SRV record
  7.  
  8. disable_ssl_verify.default = False
  9. disable_ssl_verify.action = store_true
  10. disable_ssl_verify.parser = bool
  11. disable_ssl_verify.help = Disable SSL certificate verification in a test environment.
  12.  
  13. port.default = 443
  14. port.parser = int
  15. port.help = The port on which to connect to the server
  16.  
  17. root_dir.default = ~/Ubuntu One
  18. root_dir.parser = home_dir
  19. root_dir.help = Use the specified directory as the root
  20.  
  21. shares_dir.default = ubuntuone/shares
  22. shares_dir.parser = xdg_data
  23. shares_dir.help = Use the specified directory as shares root
  24.  
  25. data_dir.default = ubuntuone/syncdaemon
  26. data_dir.parser = xdg_data
  27. data_dir.help = Use the specified directory to store the metadata
  28.  
  29. realm.default = https://ubuntuone.com
  30. realm.help = The oauth realm
  31.  
  32. oauth.help = Explicitly provide OAuth credentials (default is to query keyring)
  33. oauth.metavar = KEY:SECRET
  34.  
  35. debug.default = False
  36. debug.action = store_true
  37. debug.parser = bool
  38. debug.help = output the log to stdout
  39.  
  40. mark_interval.default = 120
  41. mark_interval.parser = int
  42. mark_interval.help = log a "mark" every N seconds
  43.  
  44. im_ok_with_being_root_pretty_please_let_me_be_root.default = False
  45. im_ok_with_being_root_pretty_please_let_me_be_root.parser = bool
  46. im_ok_with_being_root_pretty_please_let_me_be_root.action = store_true
  47. im_ok_with_being_root_pretty_please_let_me_be_root.help = Allows the syncdaemon
  48.     to run as root. Please don't use this option.
  49.  
  50. log_level.default = INFO
  51. log_level.parser = log_level
  52. log_level.help = Set the log level (TRACE, DEBUG, INFO, WARNING, ERROR, NOTE 
  53.     CRITICAL, FATAL)
  54.  
  55. send_events_over_dbus.default = False
  56. send_events_over_dbus.parser = bool
  57. send_events_over_dbus.action = store_true
  58. send_events_over_dbus.help = Enable sending "Event" singals for each internal 
  59.     event
  60.  
  61. handshake_timeout.default = 30
  62. handshake_timeout.parser = int
  63. handshake_timeout.help = The timeout for the connection and related states, in seconds
  64.  
  65. max_handshake_timeouts.default = 10
  66. max_handshake_timeouts.parser = int
  67. max_handshake_timeouts.help = The number of consecutive handshake timeouts
  68.                               before we give up
  69.  
  70. [bandwidth_throttling]
  71. on.default = False
  72. on.parser = bool
  73. on.action = store_true
  74. on.help = Enable bandwidth throttling
  75.  
  76. read_limit.default = -1
  77. read_limit.parser = throttling_limit
  78. read_limit.metavar = DOWNLOAD_LIMIT
  79. read_limit.help = Set the download limit (bytes/sec).
  80.  
  81. write_limit.default = -1
  82. write_limit.parser = throttling_limit
  83. write_limit.metavar = UPLOAD_LIMIT
  84. write_limit.help = Set the upload limit (bytes/sec).
  85.  
  86. [debug]
  87. lsprof_file.metavar = FILE
  88. lsprof_file.help = Profile execution using the lsprof profiler, and write the 
  89.     results to a specified file. If the filename ends with ".txt", text format 
  90.     will be used. If the filename either starts with "callgrind.out" or end 
  91.     with ".callgrind", the output will be formatted for use with KCacheGrind. 
  92.     Otherwise, the output will be a pickle. *WARNING*: bzr must be installed.
  93.  
  94. heapy_monitor.default = False
  95. heapy_monitor.parser = bool
  96. heapy_monitor.action = store_true
  97. heapy_monitor.help = Start the heapy (guppy-pe) monitor thread (guppy-pe must
  98.     be installed).
  99.